Xeno-HOWTO.txt, Makefile:
Documentation fixes.
# Builds everything except Xenolinux:
# cd xenolinux-<version>-sparse
# ./mkbuildtree <build dir>
-# cd <build dir> && make oldconfig && make dep && make bzImage
+# cd <build dir> && make ARCH=xeno oldconfig dep bzImage
# (<build dir> should be a vanilla linux tree with matching version)
all:
if you want.
# cd /xeno-1.2.bk/xenolinux-2.4.24
- # ARCH=xeno make oldconfig { or menuconfig, or xconfig, or config }
- # ARCH=xeno make dep bzImage
+ # make ARCH=xeno oldconfig { or menuconfig, or xconfig, or config }
+ # make ARCH=xeno dep bzImage
Assuming the build works, you'll end up with
/xeno-1.2.bk/xenolinux-2.4.24/arch/xeno/boot/xenolinux.gz. This is the